.g-theme-bg-blue-dark-v1-opacity-0_9 {
  background-color: rgba(0, 40, 85, 0.9) !important;
}

.g-theme-bg-white-v1-opacity-0_9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-brd-primary {
    border-color: #ecac00 !important;
}

.g-brd-bottom-primary--hover:hover {
  border-bottom-color: #002855 !important;
}

.g-bg-primary--hover:hover {
  background-color: #002855 !important;
}

.g-color-primary {
  color: #002855 !important;
}

.g-color-wvu-gold {
  color: #eaaa00 !important;
}

.g-theme-bg-gold {
  background-color: #eaaa00 !important;
}

.g-theme-bg-blue-dark-v1 {
  background-color: #002855 !important;
}

.g-theme-bg-blue-dark-v2 {
  background-color: #667e99 !important;
}

.g-theme-bg-blue-dark-v2--hover:hover {
  background-color: #667e99 !important;
}

.g-brd-primary-dark-v3 {
  border-color: #002855 !important;
}

.u-carousel-indicators-v1 li.slick-active span {
    background-color: #002855;
}

.info-v3-4::before {
    content: "";
    position: absolute;
    top: 0.71429rem;
    right: 0.71429rem;
    bottom: 0.71429rem;
    left: 0.71429rem;
    display: block;
    border: 1px solid rgba(0, 40, 85, 0.4);
    z-index: 1;
}

a {
    color: #002855;
    outline: none;
}

[class*="text"][class*="center"] td, [class*="text"][class*="center"] th {
    text-align: left;
}